NoteCollectionInsert Method (Int32, String) |
Inserts a
Note with the specified description at the specified possition.
Namespace:
Independentsoft.Sip.Presence
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic void Insert(
int index,
string description
)
Public Sub Insert (
index As Integer,
description As String
)
Parameters
- index
- Type: SystemInt32
The index at which the node is inserted. - description
- Type: SystemString
The description of the Note to insert.
See Also